Returns the top-most diagram item lying at the specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItem GetItemAt ( |
Visual Basic Copy Code |
---|
Public Function GetItemAt( _ |
Specifies a location in the diagram where to look for items.
A predicate specifying which items to hit-test.
Specifies whether locked links should be excluded from the search.
true to also consider adjustment handle locations (possibly outside of item's bounds).
true to also consider item label locations (possibly outside of item's bounds).
Specifies whether to test ActiveItem first, disregarding Z order.
A DiagramItem instance found at the specified point.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |